πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Dataframe.md by @KGBicheno β˜†

DataFrame

Go back to the [[AI Glossary]]

A popular datatype for representing datasets in pandas. A DataFrame is analogous to a table. Each column of the DataFrame has a name (a header), and each row is identified by a number.